Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / CreateVisual Method / CreateVisual(AnchorPoint[]) Method
An array of GrapeCity.Documents.Layout.AnchorPoints to draw.

In This Topic
    CreateVisual(AnchorPoint[]) Method
    In This Topic
    Creates a Visual object that represents a polygon based on the given GrapeCity.Documents.Layout.AnchorPoints.
    Syntax
    'Declaration
     
    Public Overloads Function CreateVisual( _
       ByVal anchorPoints() As AnchorPoint _
    ) As Visual
    public Visual CreateVisual( 
       AnchorPoint[] anchorPoints
    )

    Parameters

    anchorPoints
    An array of GrapeCity.Documents.Layout.AnchorPoints to draw.
    See Also